home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / programming / mui / mcc_tipofday / mcc_tipofday.readme < prev    next >
Text File  |  1999-11-30  |  4KB  |  105 lines

  1. Short:    v15.4 - 'Tip of the day' class (MUI)
  2. Author:   Marcin Orlowski <carlos@amiga.com.pl>
  3. Uploader: Marcin Orlowski <carlos@amiga.com.pl>
  4. Type:     dev/mui
  5. Version:  15.4
  6. Replaces: dev/mui/MCC_TipOfDay.*
  7. WWW:      http://amiga.com.pl/mcc/
  8. Source:   dev/mui/MCC_TipOfDay_Src.lha
  9.  
  10.  
  11.   Short
  12.   -----------------------------------
  13.  
  14.   Many programs on other operating systems often offer so called
  15.   "Tip of the day" stickers.  It's mostly small window opened on
  16.   program startup, showing valuable (more or less) information about
  17.   the program, some useful information, keyboard shortcuts or just
  18.   neat tips or quick how-to solutions...
  19.  
  20.   I think, that from the user's point of view it's good idea to have
  21.   such feature, especially Tips can be turned off if you felt bored.
  22.   As you probably guessed, this class is supposed to handle such
  23.   tips for your MUI based application almost in fully automatic manner
  24.   (you just need to add 3 lines of code to have fully functional Tip
  25.   Of The Day implemented!  See the enclosed demonstration for more
  26.   details.
  27.  
  28.   You like the class?  Feel free to use it in your programs.
  29.  
  30.   Tip Of The Day class is freeware software, but it's copyrighted
  31.   © 1999 by Marcin Orlowski <carlos@amiga.com.pl>
  32.  
  33.  
  34.   Source code:
  35.   -----------------------------------
  36.  
  37.   The complete source tree of TipOfTheDay is now available.  See
  38.   the source.readme file for details about using them.
  39.  
  40.  
  41.  
  42.   Software using this class:
  43.   -----------------------------------
  44.  
  45.   Let me know about your!
  46.  
  47.  
  48.  
  49.   History
  50.   -----------------------------------
  51.  
  52.   15.0 (Tue Nov 09 19:20:22 1999)
  53.        - initial version
  54.  
  55.   15.1 (Thu Nov 11 23:02:00 1999)
  56.        - now using installer script by Robert Reiswig
  57.          <vgr@best.com>
  58.        - made Tipboard.mcc more bullet-proof, to better
  59.          handle various errors (e.g.  "no tips file")
  60.  
  61.   15.2 (Fri Nov 12 21:32:28 1999)
  62.        - added localized tips support
  63.        - attempt to replace previous, ugly bulb image
  64.        - localized Tipwindow.mcc
  65.  
  66.   15.3 (Sat Nov 13 23:42:49 1999)
  67.        - fixed underscore being improperly handled in
  68.          checkmark label (Oleg Sergeev)
  69.        - added MUIV_Tip_Show_Random support
  70.        - added bubble help to the Tipwindow.mcc objects
  71.        - cleared typos in autodocs (a little bit ;-)
  72.  
  73.   15.4 (Wed Nov 24 22:47:28 1999)
  74.        - added forgotten bubble help to the checkmark
  75.        - expanded tip file pathes with two new entries:
  76.          "PROGDIR:Tips/english/%s" and "PROGDIR:Tips/%s",
  77.        - added QUIET switch to the tip_converter
  78.        - source code released
  79.        - português-brasil translation by Daniel Mealha
  80.          Cabrita <dancab@iname.com>
  81.        - russian translation by Andrew Boyarintsev
  82.          <ntrs@redline.ru> and Oleg Sergeev
  83.          <bigblack@mail.lanck.net>
  84.        - slovenian translation by Damir Arh
  85.          <damir.arh@guest.arnes.si>
  86.  
  87.  
  88.         ___  ___  ___    ________    ___  ___  ___    ___  ___
  89.        /   \/   \/   \  /        \  /   \/   \/   \  /   \/   \
  90.       /    /    /    / /         / /    /    /    / /    /    /
  91.      /    /    /    / /    _____/ /    /    /    / /    /    /
  92.     /    /    /    / /        \  /    /    /    / /         /
  93.    /    /    /    / /         / /    /    /    / /         /
  94.   /    /    /    / /    _____/ /    /    /    / /    /    /
  95.  /    /    /    / /    /      /    /    /    / /    /    /
  96.  \___/\___/\___/ /    /       \___/\___/\___/  \___/\___/
  97.                 /    /
  98.                 \___/                    W.F.M.H. on-line
  99.                                        http://wfmh.org.pl
  100.  
  101.              Amiga software: http://amiga.com.pl/
  102.  
  103.  
  104.  $Id: MCC_TipOfDay.readme,v 1.6 1999/11/24 22:06:24 carlos Exp $
  105.